Feature: Crear POST

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 24.893s

Scenario: Como un usuario inicio sesión y creo un post con un nombre que empieza con números

Before 0m 1.138s
Given I navigate to page "http://localhost:2368/ghost/#/signin" 0m 0.750s
And I wait for 1 seconds 0m 1.111s
And I set text "<USERNAME>" on element with xpath "<USERNAME_EID>" 0m 0.173s
And I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>" 0m 0.150s
And I wait for 1 seconds 0m 1.117s
Then I click element with xpath "<BTN_SIGNIN_EID>" 0m 0.160s
And I wait for 1 seconds 0m 1.166s
Given I navigate to page "http://localhost:2368/ghost/#/editor/post" 0m 0.197s
And I wait for 1 seconds 0m 1.109s
And I set text "123 - POST con Números" on element with xpath "<POST_TITLE_ECLASS>" 0m 0.167s
And I wait for 1 seconds 0m 1.106s
And I click element with xpath "<ADD_IMAGE_ECLASS>" 0m 0.197s
And I wait for 5 seconds 0m 5.318s
And I click element with xpath "<INSERT_IMAGE_ECLASS>" 0m 0.201s
And I wait for 5 seconds 0m 5.233s
And I set text "Hey post has sido creado" on element with xpath "<CONTENT_ECLASS>" 0m 0.358s
And I wait for 5 seconds 0m 5.239s
After 0m 0.003s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/#/signin"
And I wait for 1 seconds
And I set text "<USERNAME>" on element with xpath "<USERNAME_EID>"
And I set text "<PASSWORD>" on element with xpath "<PASSWORD_EID>"
And I wait for 1 seconds
Then I click element with xpath "<BTN_SIGNIN_EID>"
And I wait for 1 seconds
Given I navigate to page "http://localhost:2368/ghost/#/editor/post"
And I wait for 1 seconds
And I set text "123 - POST con Números" on element with xpath "<POST_TITLE_ECLASS>"
And I wait for 1 seconds
And I click element with xpath "<ADD_IMAGE_ECLASS>"
And I wait for 5 seconds
And I click element with xpath "<INSERT_IMAGE_ECLASS>"
And I wait for 5 seconds
And I set text "Hey post has sido creado" on element with xpath "<CONTENT_ECLASS>"
And I wait for 5 seconds
After
NO IMAGE AVAILABLE